vr2-3-14.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-14.wrl
Shape {
  geometry Text {
    string "Live 3D"
    fontStyle FontStyle {
      justify "MIDDLE"
      size    4
      style   "BOLDITALIC"
    }
  }  
}
Shape {
  geometry Text {
    string [
      "",
      "Introduction",
      "to",
      "V R M L 2.0"
    ]
    fontStyle FontStyle {
      justify "MIDDLE"
      size    3
      style   "BOLD"
    }
  }
}